Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Automate release: settings for dependency versions. #12

Merged
merged 1 commit into from
Nov 20, 2013

Conversation

adriaanm
Copy link
Contributor

Enable building against Scala 2.11.0-SNAPSHOT.

Disable -Xfatal-warnings to make PR validation less painful.
TODO: Re-enable for travis / nightlies.

TODO: Bump to Scala 2.11.0-M7, Scalacheck 1.11.0 once they're out.

Enable building against Scala 2.11.0-SNAPSHOT.

Disable `-Xfatal-warnings` to make PR validation less painful.
TODO: Re-enable for travis / nightlies.

TODO: Bump to Scala 2.11.0-M7, Scalacheck 1.11.0 once they're out.
@adriaanm
Copy link
Contributor Author

review by @JamesIry puhlease

@gkossakowski
Copy link
Contributor

Why -Xfatal-warnings is painful for PRs but not for nightlies?

@adriaanm
Copy link
Contributor Author

Because we validate against a tag of each module, so when we deprecate a method (in scala/scala, say), the tagged version that uses that method doesn't build anymore and thus PR validation fails. This happened with partest when Eugene deprecated Context, which was used in the latest release of partest. We don't really want to validate against master everywhere because that's too many moving parts.

@adriaanm
Copy link
Contributor Author

over-the-shoulder LGTM by @JamesIry

adriaanm added a commit that referenced this pull request Nov 20, 2013
Automate release: settings for dependency versions.
@adriaanm adriaanm merged commit 97cb37a into scala:master Nov 20, 2013
lrytz pushed a commit to lrytz/scala-partest that referenced this pull request May 9, 2018
Automate release: settings for dependency versions.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants